DELETE api/InvTotals?id[0]={id[0]}&id[1]={id[1]}&dx={dx}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Collection of string

Required

dx

string

Required

Body Parameters

None.

Response Information

Resource Description

InvTotals
NameDescriptionTypeAdditional information
strKey

string

None.

dtRegistered

date

None.

bIsGroup

boolean

None.

ulProductKey

integer

None.

ulGroupKey

integer

None.

bPriceType

boolean

None.

enUOM

string

None.

ulPacks

integer

None.

ulQty

integer

None.

ulNormalPrice

integer

None.

ulNormalUnitPrice

integer

None.

bDelete

boolean

None.

Response Formats

application/xml, text/xml

Sample:
<InvTotals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPUAPI">
  <bDelete>true</bDelete>
  <bIsGroup>true</bIsGroup>
  <bPriceType>true</bPriceType>
  <dtRegistered>2024-11-28T04:34:33.7987477+01:00</dtRegistered>
  <enUOM>sample string 2</enUOM>
  <strKey>sample string 1</strKey>
  <ulGroupKey>1</ulGroupKey>
  <ulNormalPrice>1</ulNormalPrice>
  <ulNormalUnitPrice>1</ulNormalUnitPrice>
  <ulPacks>1</ulPacks>
  <ulProductKey>1</ulProductKey>
  <ulQty>1</ulQty>
</InvTotals>

application/json, text/json

Sample:
{
  "strKey": "sample string 1",
  "dtRegistered": "2024-11-28T04:34:33.7987477+01:00",
  "bIsGroup": true,
  "ulProductKey": 1,
  "ulGroupKey": 1,
  "bPriceType": true,
  "enUOM": "sample string 2",
  "ulPacks": 1,
  "ulQty": 1,
  "ulNormalPrice": 1,
  "ulNormalUnitPrice": 1,
  "bDelete": true
}